使用简单的key=value字符串调用EnvironmentTestUtils就可以快速添加属性到ConfigurableEnvironment或ConfigurableApplicationContext: ```java EnvironmentTestUtils.addEnvironment(env, "org=Spring", "name=Boot");
key=value
EnvironmentTestUtils
ConfigurableEnvironment
ConfigurableApplicationContext